home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / shell / axsh_1_3_demo.lha / InstallDisk.lha / man / cc.man < prev    next >
Text File  |  1993-01-15  |  2KB  |  85 lines

  1. CONSOLECHAT        USER COMMANDS           16-Apr-92 v1.00
  2.  
  3.  
  4. NAME
  5.     ConsoleChat  -     An assembly programmed, fast and 
  6.             beautiful full-screen chat program for
  7.             AXsh.
  8.  
  9. SYNOPSIS
  10.     cc
  11.  
  12. DESCRIPTION
  13.     ConsoleChat is a tool for chating with system operator,
  14.     root or someone who happens to be available. When CC is
  15.     started it opens a window on the Workbench screen for
  16.     a local input/output and outputs status and help lines
  17.     on it. Similar status and help lines are output to the
  18.     serial user.
  19.  
  20.     ConsoleChat's 'screen' includes two status lines (one
  21.     for both chatters) and help line, which shows the
  22.     keyboard commands. Between these three lines are two
  23.     blank areas where chatters can write.
  24.  
  25.     ConsoleChat supports finnish syllabication. At first
  26.     syllabication is used, but you can toggle it out if
  27.     you want.
  28.  
  29.     Serial user can also toggle between two keymaps. When
  30.     '8bit' is selected nothing is converted. When '7bit'
  31.     is selected ä and ö are converted. Use 7bit-map, when
  32.     you are using SF7-keymap.
  33.  
  34.     Chatters can wake up each other by using display beep
  35.     function. Do NOT use it more than couple of times.
  36.  
  37.     Clear screen and quit (!) are also supported.
  38.  
  39.     When there is two seconds without any ativity to do CC 
  40.     moves cursors so that you see where you are.
  41.  
  42.     Returncodes when some problems occur:
  43.     Returncode    Explanation
  44.     0        It works!
  45.     11        Can't get enough memory.
  46.     12        Can't open DOS-library.
  47.     14        Can't open local RAW: window.
  48.     15        Can't allocate free signalbit.
  49.     16        Unable to find 'AX-sysghost' port.
  50.     17        ROWS<11.
  51.  
  52. COMMANDS
  53.     CR,LF    Next line.
  54.     BS,DEL  Remove a character before cursor.
  55.     TAB    Outputs tabulator (8 characters or to next line).
  56.  
  57.     ctrl-C    Quit/Exit
  58.     ctrl-G    Display beep/Flash screen
  59.     ctrl-S    Syllbication ON/OFF
  60.     ctrl-K    Character converter 8bit/7bit
  61.     ctrl-A  Clears your own screen.
  62.  
  63. AUTHOR
  64.     Riku 'RiP' Puustinen
  65.     AXnet:   riksa@tap.tre.fi
  66.     FidoNet: 2:222/325.3 Riku Puustinen
  67.  
  68. FILES
  69.     AXsh:bin/cc    - ConsoleChat
  70.  
  71. SEE ALSO
  72.     write, who, consoletalk
  73.  
  74. BUGS
  75.     Doesn't check how big a font is. So the look is very
  76.     fascinating when default font is bigger than 8*8.
  77.  
  78.     '/NOSIZE' is output to the window's title when using
  79.     OS <2.0.
  80.  
  81. NOTES
  82.     ConsoleChat uses some very common ANSI/VT10x codes.
  83.  
  84.     The smallest allowed ROWS is 11.
  85.